home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue48 / Clinic / SQLTraceU.dfm / SQLTraceU.txt
Encoding:
Text File  |  1999-05-17  |  4.6 KB  |  228 lines

  1. object TraceForm: TTraceForm
  2.   Left = 194
  3.   Top = 106
  4.   Width = 554
  5.   Height = 593
  6.   Caption = 'Trace Form'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poDefaultPosOnly
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object btnClear: TSpeedButton
  17.     Left = 304
  18.     Top = 16
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'Clear Log'
  22.     OnClick = btnClearClick
  23.   end
  24.   object Label1: TLabel
  25.     Left = 8
  26.     Top = 4
  27.     Width = 55
  28.     Height = 13
  29.     Caption = '&SQL Trace:'
  30.     FocusControl = lstTrace
  31.   end
  32.   object Label2: TLabel
  33.     Left = 8
  34.     Top = 440
  35.     Width = 68
  36.     Height = 13
  37.     Caption = 'Selected &Item:'
  38.     FocusControl = memTrace
  39.   end
  40.   object lstTrace: TListBox
  41.     Left = 8
  42.     Top = 20
  43.     Width = 281
  44.     Height = 413
  45.     ItemHeight = 13
  46.     TabOrder = 0
  47.     OnClick = lstTraceClick
  48.   end
  49.   object chkTableOpen: TCheckBox
  50.     Left = 406
  51.     Top = 16
  52.     Width = 97
  53.     Height = 17
  54.     Caption = 'Table open'
  55.     TabOrder = 1
  56.     OnClick = chkTableOpenClick
  57.   end
  58.   object DBGrid1: TDBGrid
  59.     Left = 302
  60.     Top = 48
  61.     Width = 235
  62.     Height = 129
  63.     DataSource = DataSource1
  64.     TabOrder = 2
  65.     TitleFont.Color = clWindowText
  66.     TitleFont.Height = -11
  67.     TitleFont.Name = 'MS Sans Serif'
  68.     TitleFont.Style = []
  69.   end
  70.   object TraceCategories: TGroupBox
  71.     Left = 302
  72.     Top = 184
  73.     Width = 236
  74.     Height = 266
  75.     Caption = ' Trace Categories '
  76.     TabOrder = 3
  77.     object CBPrepared: TCheckBox
  78.       Tag = 1
  79.       Left = 18
  80.       Top = 20
  81.       Width = 209
  82.       Height = 17
  83.       Caption = '&Prepared Query Statements'
  84.       State = cbChecked
  85.       TabOrder = 0
  86.       OnClick = chkTraceCategoryClick
  87.     end
  88.     object CBExecuted: TCheckBox
  89.       Tag = 2
  90.       Left = 18
  91.       Top = 42
  92.       Width = 209
  93.       Height = 17
  94.       Caption = '&Executed Query Statements'
  95.       State = cbChecked
  96.       TabOrder = 1
  97.       OnClick = chkTraceCategoryClick
  98.     end
  99.     object CBInputParams: TCheckBox
  100.       Tag = 512
  101.       Left = 18
  102.       Top = 64
  103.       Width = 209
  104.       Height = 17
  105.       Caption = '&Input Parameters'
  106.       State = cbChecked
  107.       TabOrder = 2
  108.       OnClick = chkTraceCategoryClick
  109.     end
  110.     object CBFetchedData: TCheckBox
  111.       Tag = 1024
  112.       Left = 18
  113.       Top = 86
  114.       Width = 209
  115.       Height = 17
  116.       Caption = '&Fetched Data'
  117.       State = cbChecked
  118.       TabOrder = 3
  119.       OnClick = chkTraceCategoryClick
  120.     end
  121.     object CBStatement: TCheckBox
  122.       Tag = 8
  123.       Left = 18
  124.       Top = 108
  125.       Width = 209
  126.       Height = 17
  127.       Caption = '&Statement Operations'
  128.       State = cbChecked
  129.       TabOrder = 4
  130.       OnClick = chkTraceCategoryClick
  131.     end
  132.     object CBConnect: TCheckBox
  133.       Tag = 16
  134.       Left = 18
  135.       Top = 130
  136.       Width = 209
  137.       Height = 17
  138.       Caption = '&Connect / Disconnect'
  139.       State = cbChecked
  140.       TabOrder = 5
  141.       OnClick = chkTraceCategoryClick
  142.     end
  143.     object CBTransaction: TCheckBox
  144.       Tag = 32
  145.       Left = 18
  146.       Top = 152
  147.       Width = 209
  148.       Height = 17
  149.       Caption = '&Transactions'
  150.       State = cbChecked
  151.       TabOrder = 6
  152.       OnClick = chkTraceCategoryClick
  153.     end
  154.     object CBBlob: TCheckBox
  155.       Tag = 64
  156.       Left = 18
  157.       Top = 174
  158.       Width = 209
  159.       Height = 17
  160.       Caption = 'B&lob I/O'
  161.       State = cbChecked
  162.       TabOrder = 7
  163.       OnClick = chkTraceCategoryClick
  164.     end
  165.     object CBMisc: TCheckBox
  166.       Tag = 128
  167.       Left = 18
  168.       Top = 196
  169.       Width = 209
  170.       Height = 17
  171.       Caption = '&Miscellaneous'
  172.       State = cbChecked
  173.       TabOrder = 8
  174.       OnClick = chkTraceCategoryClick
  175.     end
  176.     object CBVendorErr: TCheckBox
  177.       Tag = 4
  178.       Left = 18
  179.       Top = 218
  180.       Width = 209
  181.       Height = 17
  182.       Caption = '&Vendor Errors'
  183.       State = cbChecked
  184.       TabOrder = 9
  185.       OnClick = chkTraceCategoryClick
  186.     end
  187.     object CBVendor: TCheckBox
  188.       Tag = 256
  189.       Left = 18
  190.       Top = 240
  191.       Width = 209
  192.       Height = 17
  193.       Caption = 'Ve&ndor Calls'
  194.       State = cbChecked
  195.       TabOrder = 10
  196.       OnClick = chkTraceCategoryClick
  197.     end
  198.   end
  199.   object memTrace: TMemo
  200.     Left = 8
  201.     Top = 456
  202.     Width = 529
  203.     Height = 105
  204.     TabOrder = 4
  205.   end
  206.   object DataSource1: TDataSource
  207.     DataSet = Table1
  208.     Left = 352
  209.     Top = 80
  210.   end
  211.   object Table1: TTable
  212.     DatabaseName = 'IBLOCAL_Proxy'
  213.     TableName = 'CUSTOMER'
  214.     Left = 408
  215.     Top = 80
  216.   end
  217.   object Database1: TDatabase
  218.     AliasName = 'IBLOCAL'
  219.     DatabaseName = 'IBLOCAL_Proxy'
  220.     LoginPrompt = False
  221.     Params.Strings = (
  222.       'PASSWORD=masterke')
  223.     SessionName = 'Default'
  224.     Left = 456
  225.     Top = 80
  226.   end
  227. end
  228.